toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp
/
VpFormatsSupported
/
SdJwtVc
Sd
Jwt
Vc
@
Serializable
data
class
SdJwtVc
(
val
sdJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null
,
val
kbJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null
)
:
Serializable
(
source
)
Members
Constructors
Sd
Jwt
Vc
Link copied to clipboard
constructor
(
sdJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null
,
kbJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
kb
Jwt
Algorithms
Link copied to clipboard
@
SerialName
(
value
=
"kb-jwt_alg_values"
)
val
kbJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null
sd
Jwt
Algorithms
Link copied to clipboard
@
SerialName
(
value
=
"sd-jwt_alg_values"
)
val
sdJwtAlgorithms
:
List
<
JWSAlgorithm
>
?
=
null